home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / utility / dpbuddya.lha / BuddySystem / HDinstall < prev    next >
Encoding:
Text File  |  1980-11-08  |  2.6 KB  |  102 lines

  1. .k path
  2. .bra    {
  3. .ket    }
  4.  
  5.  
  6. if "{path}" eq ""
  7.     echo " "
  8.     echo " "
  9.     echo "         You must specify a destination for the Buddy System:"
  10.     echo " "
  11.     echo "         1. Click once on the HDinstall icon with the Left Button."
  12.     echo "         2. Hold down the SHIFT key."
  13.     echo "         3. Double-Click on the DeluxePaint drawer icon on your"
  14.     echo "            harddrive (The Buddy System must be installed in the"
  15.      echo "            same drawer as DeluxePaint IV)."
  16.     echo " "
  17.     ask  "                        Press RETURN to continue..."
  18.     endcli >nil:
  19. endif
  20.  
  21. alias bold  echo "*E[1m" NOLINE
  22. alias ital  echo "*E[3m" NOLINE
  23. alias norm  echo "*E[0m" 
  24.  
  25. echo " "
  26. echo "                    The Buddy System For DeluxePaint IV"
  27. echo "                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "
  28. echo "                            Harddrive Installation"
  29. echo " "
  30. echo "         This procedure will automatically install all the necessary"
  31. echo "         Buddy System files and directories to your Harddrive. Files"
  32. echo "         will be copied into the DeluxePaint drawer. The Buddy System"
  33. echo "         MUST be installed in the same drawer as DeluxePaint IV. You"
  34. echo "         will need 1.5 Meg of free space to install everything."
  35. echo "         You have chosen to install The Buddy System into:"
  36. echo " "
  37. echo "                         " NOLINE
  38. bold
  39. echo {path} NOLINE
  40. norm
  41. echo " "
  42. ask  "                 Press RETURN to exit or enter Y to proceed "
  43.  
  44. if not warn
  45.     echo "Goodbye..."
  46.     endcli > nil:
  47. endif
  48.  
  49. echo " "
  50. echo " "
  51. bold
  52. echo "                        Installing Disk 1 files..."
  53. norm
  54. echo " "
  55.  
  56. ital
  57. copy BSDP4_1:BuddySystem to "{path}" ALL
  58. norm
  59.  
  60. echo " "
  61. bold
  62. echo "                        Installing Disk 2 files..."
  63. norm
  64. echo " "
  65.  
  66. cd "{path}"
  67. ital
  68. ;install Harddrive BSDP4 icon
  69. copy Icons/BSDP4.info to "{path}"
  70.  
  71. delete HDinstall#?
  72.  
  73. copy BSDP4_2:Standard to Standard  ALL
  74. norm
  75.  
  76. if GE WARN
  77.      bold
  78.     echo "              There were errors during the Installation!"
  79.      norm
  80. endif
  81.  
  82. echo " "
  83. bold
  84. echo "                            Installation Completed!"
  85. norm
  86. echo " "
  87. echo " "
  88. echo "         Open the DeluxePaint drawer and Double-Click the Buddy System"
  89. echo "         program icon, BSDP4. Once loaded, press the Alt-Help,"
  90. echo "         to jump back and forth between the Buddy System & DeluxePaint."
  91. echo "         In the Buddy System, you can select a menu item, or you can"
  92. echo "         press the Help key twice to display the index of topics."
  93. echo " "
  94. echo "           Make sure you read the Instructions & Introduction Topics."
  95. echo " "
  96. echo "                                      ENJOY!"
  97. echo " "
  98.  
  99. ask  "                            Press RETURN to proceed..."
  100.  
  101. endcli >NIL:
  102.